p.texto1 {
  white-space: nowrap; 
  width: 200px; 
  border: 1px solid #000000;
  overflow: hidden;
  text-overflow: clip;
}

p.texto2 {
  white-space: nowrap; 
  width: 200px; 
  border: 1px solid #000000;
  overflow: hidden;
  text-overflow: ellipsis;
}

.texto2:hover {
  overflow: visible;
}

p.texto3 {
  width: 11em; 
  border: 1px solid #000000;
  word-wrap: break-word;
}

p.texto4 {
  width: 140px; 
  border: 1px solid #000000;
  word-break: keep-all;
}

p.texto5 {
  width: 140px; 
  border: 1px solid #000000;
  word-break: break-all;
}

p.texto6{
writing-mode: horizontal-tb;
}

p.texto7{
writing-mode: vertical-rl;
}

.por{
    writing-mode: vertical-rl;
}